home *** CD-ROM | disk | FTP | other *** search
/ AGA Toolkit '97 / The AGA Toolkit '97.iso / miscellaneous / demo / afsdemo / readme < prev   
Encoding:
Text File  |  1996-09-07  |  9.3 KB  |  277 lines

  1.  
  2.                          <<< WELCOME TO AFS >>>
  3.  
  4.                 Using the Ami-FileSafe on your harddisk
  5.                 =======================================
  6.  
  7.                 Features of Ami-FileSafe
  8.                 ========================
  9.  
  10.  
  11.  - AFS has much faster disk access than FFS.
  12.  
  13.  - AFS will store (On average) more data than  FFS on the same disk.
  14.  
  15.  - AFS gives vastly improved directory scanning.
  16.  
  17.  - AFS is SAFE - If you crash your machine whilst writing Ami-FileSafe
  18.            partitions will not (unlike OFS & FFS) become invalidated
  19.            or corrupt.
  20.  
  21.  
  22.                     Restrictions and requirements
  23.                     =============================
  24.  
  25.     The demonstration version of Ami-FileSafe will not handle partitions of
  26. more than 10MB.  It can be installed and automouted in the RidgidBootBlock.
  27. Standard  mountlists are also supported.  Autobooting is supported.  Memory
  28. usage depends on the number of buffers selected.
  29.  
  30. The   full   version   of  Ami-FileSafe  is  available  from  Fourth  Level
  31. Developments (See the end of this file for details).
  32.  
  33.                         Preparing installation
  34.                         ======================
  35.  
  36.     Select  or  make  a  suitable  partition.  All the data in the selected
  37. partition  will be destroyed when installing Ami-FileSafe, so make sure you
  38. make  a  backup.  Ami-FileSafe must be installed in the l:  directory.  You
  39. can  do  this  by  double clicking on the Install or Install020 (For 68020+
  40. machines) icon.
  41.  
  42.  
  43.                 Installing Ami-FileSafe on the partition
  44.                 ========================================
  45.  
  46.  
  47.     Now  you  can install Ami-FileSafe on the RidgidDiskBlock.  You can use
  48. Commodore's  HDToolbox,  which is supplied with the Workbench software, for
  49. this  purpose.   With the same tool you can install AFS on a partition.  We
  50. assume  here  that  you  will  use  HDToolbox.  If you use another tool you
  51. should refer to its documentation.
  52.  
  53.     Select  'advanced options' in the the partitioning window.  A number of
  54. extra  buttons  appear.   Click  on 'add/update...' and then click 'Add New
  55. File System...'.   Type in 'L:HardDiskAFS' for the name of the file system.
  56.  
  57.     Set  the  dostype field to '0x41465301' and then select ok.  Go back to
  58. the  partitioning  window,  select  the  desired  partition  and select the
  59. 'change...'  button.   Select the just added Ami-FileSafe (AFS\1).  Use all
  60. the default options:  automount on, block size 512, 2 reservered blocks.
  61.  
  62.     If  you  are  using  an  older  version  of  HDToolBox and the is not a
  63. 'change'   button  then  click  on  'Custom  File  System'  and  then  type
  64. '0x41465301' into the dostype field.
  65.  
  66.     Change  the  'buffers' field to a value between 50-200 depending on how
  67. much memory you have free (1 Buffer = 1K).
  68.  
  69.     Now  select  ok and the partioning menu will appear again.  Fill in the
  70. name you want the device to have in the 'Partition Device Name' field, e.g.
  71. 'DH1'.   If you want to boot from the disk you have to set the the bootable
  72. flag.  Go back to the main screen and save the changes.
  73.  
  74.     If HDToolBox reports that there is not enough space in the RDB then you
  75. can either:
  76.  
  77.     a) Get  a program called RDBPrep (aminet: disk/misc/rdp391.lha) and use
  78. that instead.
  79.  
  80.     b) Install  Ami-FileSafe  using mountlists (See the AmigaDos manual for
  81. details).
  82.  
  83.     Ami-FileSafe  should  be  installed  on  the partition now.  Reboot and
  84. format the partition from workbench.  If you have done something wrong then
  85. go back and start again.
  86.  
  87.  
  88.                        Differences with FFS/OFS
  89.                        ========================
  90.  
  91.     When  you  use the c:list command the 'blocks used' information will be
  92. too  high.   The  list  command assumes every file consumes a block of free
  93. space  to  use  as  headerblock.   AFS  uses  blocks much more efficiently.
  94. Usually the real number of blocks used is the given amount minus the number
  95. of  files  listed.   You can check this with the "info" command, which will
  96. report the correct amount.
  97.  
  98.     Directory  tools  like  Directory Opus have the same problem with their
  99. spaceleft  figure  during a copy session.  You'll notice that after copying
  100. is finished the figure will go up to the correct figure.
  101.  
  102.     This  means  that  an  AFS  disk  stores  more  data  than an FFS disk.
  103. Ami-FileSafe uses a larger proportion of blocks for data storage.
  104.  
  105.     There  is  a  feature of AFS which tells programs asking the filesystem
  106. information about a Ami-FileSafe disk that it is an FFS disk.  This is done
  107. to  prevent  those  programs from saying it's not a dos disk without giving
  108. the information requested to the user (e.g.  the "info" command).
  109.  
  110.  
  111.                         AmigaDos compatibility
  112.                         ======================
  113.  
  114.     All  Amiga-Dos  features  are  implemented  and  you shouldn't have any
  115. problems  with  OS-Legal  programs.   Some  programs such as games and disk
  116. utilities which are not OS-legal will not work with Ami-FileSafe.
  117.  
  118. N.B.   If  you  use Directory Opus then we suggest you disable the progress
  119. indicator to speed up file operations.
  120.  
  121.  
  122.                            Benchmarks
  123.                            ==========
  124.  
  125. Test             FFS      AFS      Units
  126.  
  127. DirScan          409      1780     Files/Second
  128. Create           227      1073     K/Second
  129. Read             244      1363     K/Second
  130.  
  131. The DirScan, Create and Read tests were done with DiskSpeed V4.2
  132.  
  133. SeekTest (x100)  53.6     4.4      Seconds
  134.  
  135. SeekTest was done using a custom program (Source code available on request).
  136. It performs the following sequence:
  137.  
  138. Seek Start of file
  139. Write 4 Bytes
  140. Seek to End of file
  141. Write 4 Bytes
  142. Repeat
  143.  
  144.                            Reviews
  145.                            =======
  146.  
  147. A    review    of    Ami-FileSafe    is    available    from   Aminet   and
  148. comp.sys.amiga.reviews.   If  you  would  like this review sent to you then
  149. please ask.
  150.  
  151.  
  152.                  Ami-FileSafe V2.1 Pro - Basic Features
  153.                  ======================================
  154.  
  155. AFS V2.1 Pro includes:
  156.  
  157.   Notification
  158.   Hard and soft links
  159.   Support for large disk drives (Upto 4GB)
  160.   Auto-Booting
  161.   Add Buffers
  162.   Sophisticated Cache Routines
  163.   Max transfer and DMA masking
  164.   Very Large Directory Support
  165.   Setowner 
  166.   A New FreeBlock Management System
  167.   International Support
  168.   MultiUser FileSystem Support
  169.   On the fly AFS to FFS conversion.
  170.  
  171.  
  172. Hundreds  of  minor fixes and improvements have been made which amount to a
  173. major rewrite of the filing system.
  174.  
  175.                        Ami-FileSafe V2.1 User
  176.                        ======================
  177.                         
  178. Ami-FileSafe User is a budget version of AFS and has the follow limitations:-
  179.  
  180. - It may only be used on one hard drive of upto 650MB.
  181.  
  182. - It does not include the MultiUser FileSystem version of AFS.
  183.  
  184. It does however include the FFS to AFS converter. 
  185.  
  186.                             Support
  187.                             =======
  188.  
  189. A  new mailing list has been setup for AFS users.  If you want to join then
  190. send an email to:
  191.  
  192. emailurl@flevel.demon.co.uk
  193.  
  194. With the following lines in the body of the message:
  195.  
  196. subscribe afs me@my.domain
  197. end
  198.                ^^^^^^^^^^^
  199.                Replace me@my.domain with your email address.
  200.  
  201.  
  202.                            Contacts
  203.                            ========
  204.  
  205.   Tel: 0117 985 4455 (6 Lines)
  206.   Fax: 0117 955 9157
  207.  
  208. Email: support@flevel.demon.co.uk
  209.  
  210.  Mail: Fourth Level Developments
  211.        31, Ashley Hill
  212.        Montpelier
  213.        Bristol
  214.        BS6 5JA
  215.  
  216.  
  217. ----------------------------------------------------------------------------
  218.  
  219.                         Ami-File Safe Order Form
  220.                         ========================
  221.  
  222. Please rush me ____ copies of Ami-FileSafe V2.01
  223.  
  224. [ ] I wish to buy Ami-FileSafe Pro at the full price of 69.75UKP
  225.  
  226. [ ] I wish to buy Ami-FileSafe Pro at the PFS registered users price of 35.00UKP
  227.  
  228. [ ] I wish to buy Ami-FileSafe User at the full price of 29.95UKP
  229.  
  230. [ ] I am a student (Subtract the 20% student discount).
  231.  
  232. All prices include VAT. If you are outside the EEC you may deduct 17.5%
  233.  
  234.  Amount £______     (Please add 2.50UKP for P&P).
  235.  
  236.    Name _________________________________________
  237.  
  238. Address _____________________________________________________________
  239.  
  240.         _____________________________________________________________
  241.  
  242.     Tel ________________
  243.  
  244.     Fax ________________
  245.  
  246.   Email ________________
  247.  
  248.  
  249. [ ] I enclose a cheque for the full amount.
  250.     Cheques should be made payable to Fourth Level Developments and can
  251.     be made out in DM, US Dollars or UKP.
  252.  
  253. [ ] I enclose a EuroCheque for the full amount (Made out in UKP).
  254.  
  255. [ ] I enclose UKP (in cash) for the full amount.
  256.  
  257. [ ] I enclose evidence of my STUDENT status.
  258.  
  259.  
  260.  Signed ________________________
  261.  
  262.  
  263. ****************************************************************************
  264. Conditions for student discount:
  265.  
  266.         1. Some evidence of your student status must be submitted with
  267.            your order form. A copy of your student union card is usual.
  268.        
  269.         2. If you decide to sell your copy of Ami-FileSafe to someone who is
  270.            not a student they must pay the difference between the student
  271.            price and the full commercial price. You must advise us of this.
  272.            
  273.         3. The student copy may not be used for commercial purposes or for
  274.            any purpose other than the private use of the purchaser.
  275.                
  276. ****************************************************************************
  277.